home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / Mesa-1.2.1 / book / NOTES < prev    next >
Encoding:
Text File  |  1995-07-05  |  1.9 KB  |  88 lines

  1. Notes on book demos
  2.  
  3. These samples were written by SGI and can be found in the OpenGL
  4. Programming Guide.  They are also available by anonymous ftp from
  5. sgi.com (opengl/opengl.tar.Z).
  6.  
  7. Minor bug fixes have been made to some files.
  8.  
  9. #include <stdio.h> was added to many files.
  10.  
  11. See the README file for copyright information.
  12.  
  13.  
  14.  
  15. file        Mesa compatibility
  16. ---------------------------------------------------------------
  17. accanti.c    works
  18. accnot.c    works, but lighting on sphere is slightly wrong (gluSphere)
  19. accpersp.c    works
  20. accum.c        works
  21. aim.c        needs some work
  22. alpha.c        works
  23. alpha3D.c    works
  24. anti.c        antialiasing not implemented yet
  25. antiindex.c    antialiasing not implemented yet
  26. antipindex.c    antialiasing not implemented yet
  27. antipoint.c    antialiasing not implemented yet
  28. antipoly.c    antialiasing not implemented yet
  29. bezcurve.c    works
  30. bezmesh.c    works
  31. bezsurf.c    works
  32. checker.c    works
  33. checker2.c    works
  34. chess.c        works
  35. clip.c        not wire frame, gluSphere needs work
  36. colormat.c    works
  37. cone.c        works
  38. cube.c        works
  39. curve.c        fails, NURBS not implemented
  40. depthcue.c    works
  41. disk.c        works
  42. dof.c        works, but slow
  43. dofnot.c    works
  44. double.c    works
  45. drawf.c        works
  46. feedback.c    close, but not exact
  47. fog.c        works
  48. fogindex.c    works
  49. font.c        works
  50. light.c        works
  51. linelist.c    works
  52. lines.c        works
  53. list.c        works
  54. list2.c        works
  55. maplight.c    works
  56. material.c    works
  57. mipmap.c    mipmapping not implemented
  58. model.c        works
  59. movelight.c    works
  60. nurbs.c        NURBS not implemented
  61. pickdepth.c    incorrect
  62. pickline.c    fails
  63. picksquare.c    works
  64. plane.c        works
  65. planet.c    wrong, not wireframe
  66. planetup.c    wrong, not wireframe
  67. polys.c        works
  68. robot.c        works
  69. sccolorlight.c    works
  70. scene.c        works
  71. scenebamb.c    works
  72. sceneflat.c    works
  73. select.c    works
  74. simple.c    works
  75. smooth.c    works
  76. sphere.c    wrong, not wireframe
  77. stencil.c    works
  78. stroke.c    works
  79. surface.c    fails, NURBS not implemented
  80. tea.c        works
  81. teaambient.c    works
  82. teapots.c    works
  83. texgen.c    works
  84. texturesurf.c    works, but colors not perfect
  85. trim.c        NURBS not implemented
  86. xfont.c        works
  87.  
  88.